home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / scndrw20.zip / GAMES.BAT < prev    next >
DOS Batch File  |  1992-02-12  |  1KB  |  60 lines

  1.  
  2. @echo off
  3. :start
  4. REM cd\
  5. see games 0
  6. if errorlevel 67 if not errorlevel 68 goto f9
  7. if errorlevel 66 if not errorlevel 67 goto f8
  8. if errorlevel 65 if not errorlevel 66 goto f7
  9. if errorlevel 64 if not errorlevel 65 goto f6
  10. if errorlevel 63 if not errorlevel 64 goto f5
  11. if errorlevel 62 if not errorlevel 63 goto f4
  12. if errorlevel 61 if not errorlevel 62 goto f3
  13. if errorlevel 60 if not errorlevel 61 goto f2
  14. if errorlevel 59 if not errorlevel 60 goto f1
  15. if errorlevel 27 if not errorlevel 28 goto end
  16. goto start
  17.  
  18. :f8
  19. cls
  20. REM Take this comment and put your commands here
  21. goto start
  22.  
  23. :f7
  24. cls
  25. REM Take this comment and put your commands here
  26. goto start
  27.  
  28. :f6
  29. cls
  30. REM Take this comment and put your commands here
  31. goto start
  32.  
  33. :f5
  34. cls
  35. REM Take this comment and put your commands here
  36. goto start
  37.  
  38. :f4
  39. cls
  40. REM Take this comment and put your commands here
  41. goto start
  42.  
  43. :f3
  44. cls
  45. REM Take this comment and put your commands here
  46. goto start
  47.  
  48. :f2
  49. cls
  50. REM Take this comment and put your commands here
  51. goto start
  52.  
  53. :f1
  54. cls
  55. REM Take this comment and put your commands here
  56. goto start
  57.  
  58. :end
  59. menu
  60.